# Delete VPP Token

API to delete vpp token for a tenant

Endpoint: DELETE /tenant/v0/vpptokens/{id}
Version: 1.0.0
Security: apiKey

## Path parameters:

  - `id` (integer, required)

## Response 204 fields (application/json):

  - `code` (integer)
    response code

  - `message` (string)
    response message

  - `content` (object)

## Response 401 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)

## Response 404 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)

## Response 500 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)


